@dpuse/dpuse-development 0.3.472 → 0.3.478
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -15
- package/dist/dpuse-development.es.js +1270 -1270
- package/dist/dpuse-development.es.js.map +1 -1
- package/dist/types/src/utilities/cloudflare.d.ts +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
|
-
#
|
|
1
|
+
# DPUse Development
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@dpuse/dpuse-development)
|
|
4
4
|
[](./LICENSE)
|
|
5
5
|
[](https://sonarcloud.io/summary/new_code?id=dpuse_dpuse-development)
|
|
6
|
-
<span><!-- OWASP_BADGES_START -->
|
|
6
|
+
<span><!-- OWASP_BADGES_START -->
|
|
7
|
+
[](https://dpuse.github.io/dpuse-development/dependency-check-reports/dependency-check-report.html)
|
|
8
|
+
<!-- OWASP_BADGES_END --></span>
|
|
7
9
|
|
|
8
10
|
<!-- SUMMARY_START -->
|
|
9
11
|
|
|
10
|
-
|
|
12
|
+
Actions for managing DPUse projects.
|
|
11
13
|
|
|
12
14
|
<!-- SUMMARY_END -->
|
|
13
15
|
|
|
@@ -22,9 +24,9 @@ npm install --save-dev @dpuse/dpuse-development
|
|
|
22
24
|
|
|
23
25
|
> See the Data Positioning security documentation for additional initialization requirements.
|
|
24
26
|
|
|
25
|
-
##
|
|
27
|
+
## Actions
|
|
26
28
|
|
|
27
|
-
The
|
|
29
|
+
The package implements the following actions:
|
|
28
30
|
|
|
29
31
|
| Name | Notes |
|
|
30
32
|
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
@@ -98,15 +100,13 @@ The following table lists the top-level production and peer dependencies. All of
|
|
|
98
100
|
We use the `npm` packages [license-report](https://www.npmjs.com/package/license-report), [license-report-check](https://www.npmjs.com/package/license-report-check), [license-report-recursive](https://www.npmjs.com/package/license-report-recursive) and [license-downloader](https://www.npmjs.com/package/license-downloader) to identify all dependency licenses and include copies of them. We do not use any unlicensed dependencies in either production or development.
|
|
99
101
|
|
|
100
102
|
<!-- DEPENDENCY_LICENSES_START -->
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
|
104
|
-
|
|
|
105
|
-
|
|
|
106
|
-
|
|
|
107
|
-
|
|
|
108
|
-
| nanoid | MIT | 5.1.7 | 5.1.7 | this month: 2026-03-15 | 0 | [LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE) |
|
|
109
|
-
| valibot | MIT | 1.3.1 | 1.3.1 | this month: 2026-03-18 | 1 | [LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md) |
|
|
103
|
+
|Name|Type|Installed|Latest|Latest Released|Deps|Document|
|
|
104
|
+
|:-|:-|:-:|:-:|:-|-:|:-|
|
|
105
|
+
|acorn|MIT|8.16.0|8.16.0|1 month ago: 2026-02-19|0|⚠️ No license file|
|
|
106
|
+
|acorn-typescript|MIT|1.4.13|1.4.13|26 months ago: 2024-01-03❗|1|[LICENSE](https://raw.githubusercontent.com/TyrealHu/acorn-typescript/master/LICENSE)|
|
|
107
|
+
|acorn-walk|MIT|8.3.5|8.3.5|1 month ago: 2026-02-19|1|⚠️ No license file|
|
|
108
|
+
|nanoid|MIT|5.1.7|5.1.7|this month: 2026-03-15|0|[LICENSE](https://raw.githubusercontent.com/ai/nanoid/main/LICENSE)|
|
|
109
|
+
|valibot|MIT|1.3.1|1.3.1|this month: 2026-03-18|1|[LICENSE.md](https://raw.githubusercontent.com/open-circle/valibot/main/LICENSE.md)|
|
|
110
110
|
|
|
111
111
|
<!-- DEPENDENCY_LICENSES_END -->
|
|
112
112
|
|
|
@@ -132,4 +132,4 @@ Insert link to other document for detailed explanation. Only show messages if is
|
|
|
132
132
|
|
|
133
133
|
This project is licensed under the MIT License, permitting free use, modification, and distribution.
|
|
134
134
|
|
|
135
|
-
[MIT](./LICENSE) © 2026
|
|
135
|
+
[MIT](./LICENSE) © 2026 DPUse Pty Ltd
|